记作业>英语词典>abstract method翻译和用法

abstract method

英 [ˈæbstrækt ˈmeθəd]

美 [ˈæbstrækt ˈmeθəd]

抽象方法

经济

双语例句

  • This paper answers the questions by following means: scientific theoretical thinking, practical analysis through investigation, mild-scientific abstract method, combination of regulated analysis with practical samples, combination of qualitative analysis with quantitative analysis.
    本论文就是要综合运用科学的理论思维方法、深入实地调查研究方法、适度科学抽象方法、规范分析与实证分析相结合的方法、定性分析与定量分析相结合的方法,系统回答上述问题。
  • Another example how intelligent a refactoring should be: Create an interface which declares an abstract method.
    另一个能证明重构多么智能的例子是:创建一个接口,它声明了一个抽象方法。
  • This paper researches on Chinese fiscal risks in combining abstract method with positive method and normative method.
    其次运用实证方法评估了我国财政的风险状况,分析了我国财政风险的形成原因。最后运用规范方法研究了防范和化解我国财政风险应该采取的对策。
  • Adding a method to an interface is equivalent to adding an abstract method to a base class;
    对于一个类来说添加接口和添加抽象类是一样的;
  • Abstract method '{ 0}' must be defined in an abstract class
    抽象方法{0}必须在抽象类中定义
  • After defining an abstract class for the platform-specific function, you need to implement the abstract method differently in the RCP fragment and the RAP fragment, respectively.
    在为平台特有的方法定义一个抽象类之后,您需要在RCP片段和RAP片段中分别添加抽象方法的不同实现。
  • Creating an abstract method allows you to put a method in an interface without being forced to provide a possibly meaningless body of code for that method.
    创建一个抽象方法允许你去把一个方法放到一个接口中而不需要去强制提供可能没有任何意义的实现。
  • The RAP fragment abstract method implementation is different from RCP.
    RAP片段抽象方法的实现与RCP不同。
  • A new object abstract method based on the general templates and the convergent events is presented. An efficient solution of semantic modelling of a complex system is given to show the application of method.
    提出了基于通用模板和触发事件分集的对象抽象方法,指出了复杂系统建立语义模型的有效解决方案,并以实例进行说明。
  • Aimed at the complexity and inefficiency of developing graphics programs in Form, an abstract method is put forward to solve Coordinate Graphics programming, which is based on the theory of GDI+ and the application for Coordinate Graphics in engineering.
    在阐述GDI+技术的一般原理的基础上,根据工程中对坐标图形的实际需求,针对目前窗体程序图形开发的复杂性和低效性,提出了更抽象的坐标图形解决方案。